home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / emacs.cmd < prev    next >
OS/2 REXX Batch file  |  1993-12-03  |  863b  |  34 lines

  1. @echo off
  2.  
  3. rem #
  4. rem # Once you have this script set up (and HOME set to find your
  5. rem # .emacs file), attach an icon to this script and stick it in
  6. rem # your program manager.
  7. rem # 
  8.  
  9. rem # Set this variable to point to the installation directory.
  10. set INSTALL_DIR=D:\users\voelker\ntemacs\test
  11.  
  12. rem # For running emacs;  needs to be capitalized, so unset lowercase versions
  13.  
  14. set emacsloadpath=
  15. set EMACSLOADPATH=%INSTALL_DIR%\lisp
  16. set shell=
  17. set SHELL=cmd
  18. set emacsdata=
  19. set EMACSDATA=%INSTALL_DIR%\data
  20. set emacspath=
  21. set EMACSPATH=%INSTALL_DIR%\etc
  22. set emacslockdir=
  23. set EMACSLOCKDIR=%INSTALL_DIR%\lock
  24. set emacsinfopath=
  25. set EMACSINFOPATH=%INSTALL_DIR%\info
  26.  
  27. rem # To find the .emacs (or emacs.dot on FAT) file, emacs uses HOME
  28. rem #
  29. rem # This should be set by each user
  30.  
  31. echo Make sure HOME is set.
  32.  
  33. %INSTALL_DIR%\bin\emacs
  34.